projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b9ed6
)
[!__GNUC__] (CATEGORY_SET): Fix syntax error.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Apr 1997 21:29:26 +0000
(21:29 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Apr 1997 21:29:26 +0000
(21:29 +0000)
src/category.h
patch
|
blob
|
history
diff --git
a/src/category.h
b/src/category.h
index f475928b0a4590007e3e3a8218008e8893c1cc8b..42c0808bac0fe0ba28a13780dc6bb4afab035d75 100644
(file)
--- a/
src/category.h
+++ b/
src/category.h
@@
-114,7
+114,7
@@
extern Lisp_Object _temp_category_set;
((c) < CHAR_TABLE_SINGLE_BYTE_SLOTS \
? Faref (current_buffer->category_table, make_number ((unsigned char) c)) \
: Faref (current_buffer->category_table, \
- COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c))
+ COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c))
)
#endif
/* Return the doc string of CATEGORY in category table TABLE. */